Directory Number States
TheinUse
parameter of theTELGetDNStatus
function (page 3-22) returns a value that specifies a directory number state. The Telephone Manager defines these constants for directory number states:
enum { telDNNotUsed = 0, telDNPOTSCall = 1, telDNFaxCall = 2, telDNDataCall = 3, telDNAlerting = 4, telDNUnknownState = 5 };Constant descriptions
telDNNotUsed
- The directory number is not currently in use.
- telDNPOTSCall
- The directory number is currently in use for a POTS call.
- telDNFaxCall
- The directory number is currently in use for a fax call.
- telDNDataCall
- The directory number is currently in use for a data call.
- telDNAlerting
- The directory number is currently alerting.
- telDNUnknownState
- The directory number is in an unknown state.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help